home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / cli / mkdir13.readme < prev    next >
Text File  |  1992-11-02  |  786b  |  29 lines

  1. Short: mkdir which can create icons too (2.04 only, PD, with source)
  2.  
  3. mkdir is 100% compatibel to the 2.04 c:makedir.
  4. But it can create .info files too. It uses
  5. PutDiskObject(), so that the workbench display the
  6. icons imediately.
  7.  
  8. New for version 1.3:
  9. Now can create a whole path at once. E.g.:
  10. > mkdir ram:not_exist_1/no_exist_2
  11. is the same like
  12. > mkdir ram:not_exist_1 ram:not_exist_1/no_exist_2
  13.  
  14. Two versions of mkdir are available:
  15.  
  16. mkdir_noicon [ICON/S,NAME/M]   (size 820 bytes)
  17.   Create only icons, if ICON is given.
  18.   E.g.: mkdir ICON ram:test
  19.  
  20. mkdir [NI=NOICON/S,NAME/M]   (size 840 bytes)
  21.   Create always icons, exept key NOICON is given.
  22.  
  23. Program and source are public domain.
  24. If you improve the program, please send me a copy.
  25.  
  26.     Georg Heßmann (hessmann@fmi.uni-passau.de)
  27.  
  28.  
  29.